.footer {
	width: 100%;
	position: relative;
	background-color: #F7F7F7
}

.footer .typeArea {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.footer .footer-bottom {
	width: 100%;
	background-color: #eee;
	padding: 15px 0;
}

.footer .footer-bottom .bottom-text {
	color: #666;
	font-size: 14px;
	line-height: 16px;
	padding: 11px 0;
}
.footer .footer-bottom .bottom-text p {
	word-break: keep-all;
	white-space: nowrap;
}
.footer .bottom-left {
	margin-left: 10px;
}
.footer .bottom-left .yssm a{
	color: #666;
	margin-right: 5px;
	display: inline-block;
	border-right: 2px solid #999;
	padding-right: 5px;
}

.footer .bottom-left .link {
	color: #666;
	font-size: 14px;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid rgba(102,102,102,.6);
}

.footer .footer-top {
	padding: 40px 0 30px 0;
}
.footer .footer-logo {
	display: block;
	margin-bottom: 34px;
}
.footer .footer-logo img {
	width: 182px;
}
.footer .footer-service img {
	width: 181px;
}

.footer .footer-code {
	margin-left: 40px;
}
.footer .footer-code:first-child {
	margin-left: 0;
}
.footer .footer-code .code-name {
	font-size: 16px;
	line-height: 22px;
	color: #666;
	font-weight: bold;
	text-align: center;
}
.footer .footer-code .code-img {
	width: 120px;
	height: 120px;
	margin-top: 20px;
}
.footer .footer-code .code-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.footer .top-center {
	width: 694px;
	padding: 0 13.5%;
}
.footer .center-link {
	width: 124px;
}
.footer .center-link .link-title {
	color: #666;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.footer .center-link .link-list {
	padding-top: 12px;
	padding-left: 3px;
}
.footer .center-link .link-list li {
	padding-top: 10px;
}
.footer .center-link .link-list a {
	font-size: 14px;
	line-height: 15px;
	color: #444;
}
.footer .bottom-friend {
	position: relative;
	padding-left: 24px;
}
.footer .bottom-friend .friend-box {
	position: relative;
	width: 203px;
	height: 38px;
	/*background: #FFFFFF;*/
	/*border: 1px solid #E6E6E6;*/
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	font-size: 14px;
	line-height: 14px;
	color: #666;
	padding: 11px 10px 11px 17px;
	cursor: pointer;
}
.footer .bottom-friend .friend-box .iconfont {
	position: absolute;
	top: 13px;
	/*right: 10px;*/
	margin-left: 10px;
	font-size: 22px;
}
.footer .bottom-friend .select-drop {
	display: none;
	position: absolute;
	left: 24px;
	bottom: 52px;
	background-color: #eee;
	/*border: 1px solid #E6E6E6;*/
	padding: 15px 0;
	/*box-shadow: 0 6px 26px 1px rgba(83, 83, 83, 0.13);*/
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
}
.footer .bottom-friend .link-item .item-con {
	white-space: nowrap;
	font-size: 14px;
	color: #133C8B;
	padding: 5px 10px;
	cursor: pointer;
}
.footer .bottom-friend .link-item .item-con:hover {
	color: #F25822;
}
